home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 1.0 KB | 36 lines |
- /*****************************************************************************
- //
- // Copyright (C) 1991 Texas Instruments Incorporated.
- //
- // Permission is granted to any individual or institution to use, copy, modify,
- // and distribute this software, provided that this complete copyright and
- // permission notice is maintained, intact, in all copies and supporting
- // documentation.
- //
- // Texas Instruments Incorporated provides this software "as is" without
- // express or implied warranty.
- //
- *****************************************************************************
- *
- * Author: Martin Neath
- * Filename: Imakefile
- * Module: pisces/cpp
- * Purpose: Imakefile for cpp
- * Creation Date: 05/18/90
- *
- *****************************************************************************/
-
- LOCAL_C_DEFS = $(MISC_CFLAGS)
- LINKDEP =
- ALLCPLUSDEFS =
-
- HDRS = cpp.h cppdef.h
-
- SRCS = cpp1.$(C) cpp2.$(C) cpp3.$(C) cpp4.$(C) cpp5.$(C) cpp6.$(C)
-
- OBJS = cpp1.$(OBJ) cpp2.$(OBJ) cpp3.$(OBJ) cpp4.$(OBJ) cpp5.$(OBJ) cpp6.$(OBJ)
-
- All(cpp)
- OptimizeCObject()
- CProgram(cpp)
-